home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Util / B / BFiler.cpt / BatFiler.help.rsrc / TEXT_20032.txt < prev    next >
Text File  |  1989-01-12  |  1KB  |  34 lines

  1.  
  2. BATCH RENAME
  3.  
  4.     This command allows you to incrementally rename the files in the file list. Selecting it displays a dialog where you are asked to specify a "root name" and an incrementing style. The style choices are:
  5.  
  6.     ‚Ä¢ 1..2..3..4... / a1..a2..b1..b2...
  7.     ‚Ä¢ Suffix/Prefix
  8.  
  9.     Their effects are best described by example. In the examples, you have entered the string "MyFile" for root name.
  10.  
  11.     ‚Ä¢ Suffix / a1..a2..b1..b2... Selected
  12.     --------------------------------------
  13.         First file renamed:         MyFile.a1
  14.         Second file renamed:       MyFile.a2
  15.         Third file renamed:        MyFile.a3
  16.         ...
  17.         Tenth file renamed:        MyFile.b1
  18.         Eleventh file renamed:   MyFile.b2
  19.  
  20.     ‚Ä¢ Prefix / 1..2..3... Selected
  21.     --------------------------------------
  22.         First file renamed:        1.MyFile
  23.         Second file renamed:       2.MyFile
  24.         Third file renamed:        3.MyFile
  25.         ...
  26.         Tenth file renamed:        10.MyFile
  27.         Eleventh file renamed:   11.MyFile
  28.  
  29.     Say you have many versions of a certain file.  First, you get all the versions into the file list, then you sort the list by creation date.  Now, by using "Batch Rename" you can rename the files to reflect the order they were created in.
  30.  
  31.     This command can be aborted. Those files not yet renamed keep their current names.
  32.  
  33.     This command can be undone. After chosing this command, the undo item in the Edit menu changes to "Undo Rename".
  34.